home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / DefineButton2_197 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  175 b   |  9 lines

  1. on(release){
  2.    if(_root.money >= 1500 && _root.noPower == false)
  3.    {
  4.       _root.money -= 1500;
  5.       _root.moneyD = _root.money;
  6.       _root.noPower = true;
  7.    }
  8. }
  9.